The set of build and debug tool chain integrations grows with a cleaner MinGW integration, a GDB hardware debugging integration, and a new integration for IBM's xlC compiler. 构建和调试工具链整合集将随着更干净的MinGW整合、GDB硬件调试整合和针对IBM的xlC编译器的新整合而壮大。
In place of the USE FOR DEBUGGING, use the-g compiler option to prompt the compiler to generate debug information for the source code. 使用-g编译器选项替代USEFORDEBUGGING,提示编译器为源代码生成调试信息。
When you compile your code using the-g debugging option, the compiler includes debugging information in the resulting object file which relates source line numbers to the program instructions. 当您使用g调试选项汇编您的代码时,汇编器会在结果的对象文件中包含调试信息,该目标文件关联了项目指导的代码行行号。
A Method of Implementing the Debugging and Tracing Techniques in the Image Processing Software Based on the C Compiler 一个可编程C语言图像处理软件中跟踪调试功能的实现
A method of object code verification for debugging compiler 一种可用于编译器调试的目标代码验证方法
Refering to the relevant information, a basic embedded system development environment is built, including setting up a Linux server, installing and debugging the cross compiler tool chain. 参考相关资料,构建了基本的嵌入式系统开发环境,配置了Linux服务器,完成了交叉编译工具链的安装和调试。